C1.LiveLinq.Listeners Namespace : PropertyChangeListener<T> Class |
The following tables list the members exposed by PropertyChangeListener<T>.
Name | Description | |
---|---|---|
Clear | Stop listening to all, don't listen to any objects. | |
CreateDefault | Creates the default listener used by LiveLinq to listen to property change notifications in objects of type T. | |
GetListeningProperties | Gets the list of property names for which change notifications are supported. | |
StartListening | Start listening to property changes in a particular object. | |
StopListening | Stop listening to property changes in a particular object. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs after a property has changed its value. |